cognitive heuristic - определение. Что такое cognitive heuristic
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое cognitive heuristic - определение

HEURISTIC THAT NEVER OVERESTIMATES THE COST OF REACHING THE GOAL, I.E. THE COST IT ESTIMATES TO REACH THE GOAL IS NOT HIGHER THAN THE LOWEST POSSIBLE COST FROM THE CURRENT POINT IN THE PATH
Admissible Heuristic; Optimistic heuristic; Inadmissible heuristic

Heuristic         
PROBLEM-SOLVING METHOD THAT IS SUFFICIENT FOR QUICK, SHORT-TERM SOLUTIONS/APPROXIMATIONS
Heuristics; Hueristic; Heuristo; HEURISTIC; Heurisitc; Heuristically; Huristic; Heuristic Classification; Heuristics in legal decision-making; Formal models of heuristics; Heuristic device; Artificial intelligence heuristics
·adj Serving to discover or find out.
heuristic         
PROBLEM-SOLVING METHOD THAT IS SUFFICIENT FOR QUICK, SHORT-TERM SOLUTIONS/APPROXIMATIONS
Heuristics; Hueristic; Heuristo; HEURISTIC; Heurisitc; Heuristically; Huristic; Heuristic Classification; Heuristics in legal decision-making; Formal models of heuristics; Heuristic device; Artificial intelligence heuristics
1.
A heuristic method of learning involves discovery and problem-solving, using reasoning and past experience. (TECHNICAL)
ADJ
2.
A heuristic computer program uses rules based on previous experience in order to solve a problem, rather than using a mathematical procedure. (COMPUTING)
ADJ
see also algorithm
Heuristic         
PROBLEM-SOLVING METHOD THAT IS SUFFICIENT FOR QUICK, SHORT-TERM SOLUTIONS/APPROXIMATIONS
Heuristics; Hueristic; Heuristo; HEURISTIC; Heurisitc; Heuristically; Huristic; Heuristic Classification; Heuristics in legal decision-making; Formal models of heuristics; Heuristic device; Artificial intelligence heuristics
A heuristic (; ), or heuristic technique, is any approach to problem solving or self-discovery that employs a practical method that is not guaranteed to be optimal, perfect, or rational, but is nevertheless sufficient for reaching an immediate, short-term goal or approximation. Where finding an optimal solution is impossible or impractical, heuristic methods can be used to speed up the process of finding a satisfactory solution.

Википедия

Admissible heuristic

In computer science, specifically in algorithms related to pathfinding, a heuristic function is said to be admissible if it never overestimates the cost of reaching the goal, i.e. the cost it estimates to reach the goal is not higher than the lowest possible cost from the current point in the path.

It is related to the concept of consistent heuristics. While all consistent heuristics are admissible, not all admissible heuristics are consistent.